home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-05-01 | 475 b | 17 lines | [TEXT/????] |
- % ---------------------------------------------------------------------------
- % Class MACPoint
- %
- % Part of the interface to Macintosh Toolbox
- % MACPoint is part of the programming interface. Points are used to
- % communicate postions.
- % Se Inside Macintosh for a description of wah the attributes means.
- %
- % 890329/Boris Magnusson
- %
- % ---------------------------------------------------------------------------
- class MACPoint;
- begin
- short integer h;
- short integer v;
- end;
-